/*@charset "gb2312";*/
*{ margin:0; padding:0; list-style:none;}
body{ color:#000000; font-family:Arial, Helvetica, sans-serif; background:url(/imgs/bg.jpg) top center repeat-y #feeeb9;}

a{outline:none; text-decoration:none; color:#4a4a4a; font-size:14px;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tal{ text-align:left} .tar{ text-align:right;}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}

/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 body{
 	line-height:1.8; color:#4a4a4a;
 }
 .wrapper{
 	width:1000px; margin:0 auto; height:auto; overflow:hidden; clear:both;
 }
 .header{
 	height:52px; position:relative; z-index:99; font-family:"微软雅黑", "黑体", Arial;
 }
 .header .wrapper{
 	width:1000px; margin:0 auto; position:relative; overflow:hidden;
 }
 .header .logo{
 	width:108px; height:24px; display:block; position:absolute; left:0; top:20px;
 }
 .header .naver{
 	 width:1000px; height:52px;  margin:auto; background:url(/imgs/nav.png) bottom no-repeat;
 }
 .naver li{
 	float:left; display:inline; position:relative; margin-left:10px;
 }
 .naver li a{
 	width:87px; height:52px; display:block; line-height:52px; font-size:16px; text-align:center; color:#606060; font-weight:bold;
 }
 .naver li a:hover{background:url(/imgs/menuhover.png) no-repeat; color:#F00; font-weight:bold; text-decoration:none;}
 
 
 .header .bm{
 	background:url(/imgs/img11.png) no-repeat; width:265px; height:43px; position:absolute; left:680px; top:0; padding:15px 0 0 40px; font-size:18px; color:#fff;
 }
 .header .bm em{
 	background:url(/imgs/img12.png) no-repeat; width:93px; height:30px; display:inline-block; text-align:center; line-height:30px; font-style:normal !important; font-size:20px;
 }
 
 .slider{
 	height:238px; margin-bottom:0px; position:relative;
 }
 .slider .item{
 	height:238px; width:100%; left:0; top:0; position:absolute; display:none; z-index:1;
 }
 .slider .item.selected{
 	display:block; z-index:2;
 }
 .slider .wrapper{
 	position:absolute; left:50%; margin-left:-490px; top:0; overflow:visible; z-index:99;
 }
 .slider .prev, .slider .next{
 	background:url(/imgs/img14.png) no-repeat left; width:43px; height:70px; position:absolute; left:-43px; top:110px; cursor:pointer;
 }
 .slider .next{
 	background:url(/imgs/img15.png) no-repeat left; left:auto; right:-43px;
 }
 
 
 .search{ margin:6px auto; width:1000px; height:34px; line-height:34px; background:url(/imgs/search.jpg) left center no-repeat;}
 .search .le{ width:500px; float:left; padding-left:55px;}
 .search .re{ width:400px; float:right; padding-right:10px; text-align:right;}
 
 .gyjg{
 	margin-top:20px; position:relative; overflow:visible;
 }
 .gyjg em{
 	background:url(/imgs/img25.png) no-repeat; width:371px; height:66px; position:absolute; right:0; top:-25px; display:block;
 }
 .gyjg .head{
 	padding:0 10px 15px 10px;
 }
 .gyjg .inner{
 	width:915px; float:left; display:inline; overflow:hidden;
 }
 .gyjg .prev, .gyjg .next{
 	background:url(/imgs/img28.png) no-repeat left center; width:32px; height:180px; float:left; display:inline; cursor:pointer;
 }
 .gyjg .next{
 	float:right; background:url(/imgs/img29.png) no-repeat right center;
 }
 .gyjg .inner ul{
 	width:50000px;
 }
 .gyjg li{
 	background:url(/imgs/img27.png) no-repeat; width:173px; height:174px; float:left; display:inline; margin:0 10px 0 0; padding:2px 0 0 2px;
 }
 
 .gyjg li img{ width:173px; height:133px; border:0;}
 
 .gyjg li dl{
 	margin:10px 0 0 10px;
 }
 .gyjg li dl a{
 	color:#f57105;
 }
 
 .gyjg li dl dd{ text-align:left;}
 

.contents{ margin:auto; width:1000px; height:auto; text-align:center; margin-top:10px; z-index:100; }

.line{ width:1000px; margin:auto; background:url(/css/line.jpg) repeat-x; height:6px; line-height:6px;}
.clear{ clear:both; height:0; line-height:0;}
.footer{ margin:auto; margin-top:10px;  height:139px; padding-top:10px;  text-align:center; background:#E64E3F ; color:#fff}
.footer p{  line-height:26px; text-align:center;}
.footer a{ color:#fff; font-size:12px;}

#footer{ background:url(/imgs/fotbg.gif) repeat-x; height:139px; color:#FFF; margin-top:10px;}
#footer a{ color:#FFF; font-size:12px;}
.foot_inf{ width:994px; height:139px; background:url(/imgs/fot.gif) no-repeat; margin:0 auto; position:relative; }
.link{ height:32px; line-height:32px; text-align:center; font-weight:bold; }
.link span{ padding:0 15px; }
.inf{ padding-left:250px; padding-top:7px; }
.wangan{ width:71px; height:84px; position:absolute; left:170px; top:40px; }
 
.focus{ padding:2px; text-align:center; margin-bottom:0px; overflow:hidden}
.hot{ padding:4px; height:auto !important; height:250px; min-height:250px; text-align:left}
.hot td,th{ text-align:left; overflow:hidden}

ul { margin: 0; padding : 0; list-style:none; text-align:center;}
li{ list-style:none;}

.xwlb{ text-align:left;}
.tplb{ float:left; margin:6px;}

img{ border:0;}

.date{ color:#ccc; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin-right:8px; float:right;}

.list{ font-family:"宋体";  text-align:left; padding:6px;height:auto!important; height:128px;  min-height:128px;}
.list li{ list-style:none; clear:both; line-height:1.6;}
.list li a{ font-size:14px;}
.list li span{font-size:12px; padding:0 2px;}

.list2{ font-family:"宋体";  text-align:left; padding:6px;height:auto!important; height:128px;  min-height:128px;}
.list2 li{ list-style:none; clear:both; line-height:1.6;}
.list2 li a{ font-size:12px;}
.list2 li span{font-size:12px; padding:0 2px;}


.pics{ font-family:"宋体"; text-align:center; padding:6px; overflow:auto; zoom:1;}
.pics li{ float:left; margin:6px;}
.pics li a{margin:0px; display:block; border:4px solid #ccc; padding:4px;}
.pics li a:hover{ border:4px solid #900; text-decoration:none;}
.pics li img{ border:none; display:block;}

/**/
.box{ text-align:center; margin-bottom:6px; height:auto;}


.la{ width:370px; float:left;}
.ca{ width:380px; float:left; margin-left:10px;}
.ra{ width:230px; float:right;}

.lb{ width:670px; float:left}
.rb{ width:300px; float:right}

.aleft{ width:760px; float:left;}
.aright{ width:230px; float:right;}

.blank{ margin-bottom:10px; height:0; line-height:0;}


.bk{text-align:center; }
.bod{border: 1px solid #ffce7a}


.h140{ height:auto!important; height:130px;  min-height:130px;}
.h350{ height:auto!important; height:296px;  min-height:296px;}
 
.ad{ width:1000px; margin:auto; }

.gg{ margin-bottom:6px;}

.gga{ width:250px; float:left;} 
.ggb{ width:250px; float:left; margin-left:5px;} 
.ggc{ width:250px; float:right;} 


/**/
.lm{  height:34px; line-height:34px; color:#ff4400; text-align:center; background:url(/imgs/lm.png) left top no-repeat; font-family: "微软雅黑";font-size: 16px; color: #D92D3B;  overflow:hidden; border-bottom:2px solid #E64E3F }
.lmr{  height:34px; line-height:34px; color:#ff4400; text-align:center; background:url(/imgs/emxxtit.png) left top no-repeat; font-family: "微软雅黑";font-size: 16px; color: #D92D3B;  overflow:hidden; }
.lmgg{ height:32px; line-height:32px; background:url(/imgs/gg.gif) center no-repeat; padding-left:10px; color:#fff;font-family: "微软雅黑"; font-size:16px;}
.mylm{ background:url(/imgs/lm.png) left top no-repeat  ; height:38px; line-height:38px; padding-left:10px; text-align:left; color:#900; font-size:12px;border-bottom:1px solid #dedddd}
.mylm a{ color:#900; font-size:12px;}
a.subt{ float:left; padding-left:20px; padding-right:10px; color:#fff; font-size:14px;}
a.subtr{ float:left; padding-left:30px; padding-right:10px; color:#fff; font-size:14px;}
a.more{ float:right; padding-right:10px; font-size:10px; font-weight:normal;}

/**/
.nr{ text-align:left; padding:6px;height:auto!important; height:110px;  min-height:110px;}
.nrd{ text-align:left; padding:6px;height:auto!important;}
.nre{ padding:6px 0px;height:auto!important;}
.zhaiyao {font-size: 12px; color: #666666;text-decoration: none;line-height:18px;}
.zhaiyao a:link {font-size: 12px; color: #666666;text-decoration: none;line-height:18px;}
.zhaiyao a:visited {font-size: 12px; color:#666666;text-decoration: none;line-height:18px;}
.zhaiyao a:hover {font-size: 12px; color: #666666;text-decoration: underline;line-height:18px;}
.zhaiyao a:active {font-size: 12px;	color: #666666;text-decoration: none;line-height:18px;}

.img{ float:left; margin:4px; padding:4px; border:1px #CCCCCC solid;}
.tp{ text-align:center; padding:6px; }

.emem{ text-indent:2em; text-align:left; line-height:2;}

.kl{ background:url(/css/focus.jpg) top no-repeat; height:278px;}
h2{ color: #F00; font-size:28px; font-weight:bold; text-align:center; height:60px; line-height:60px;}
.kl p{ text-align:left; text-indent:2em; font-size:16px; color:#fff; padding:6px 30px 6px 30px; }
.boss{ text-align:center;}
.news{ height:auto !important; height:560px; min-height:560px; padding:20px; text-align:center;background:url(/css/about.jpg) bottom right no-repeat;}
.about{ height:auto !important; height:560px; min-height:560px; padding:20px; text-align:left; font-size:14px; line-height:2; background:url(/css/about.jpg) bottom right no-repeat #fff;}

.links{ background:url(/css/mt.jpg) top center no-repeat; width:1000px;height:auto !important; height:231px; min-height:231px;}
.links p{ padding-top:54px ; padding-left: 40px ; padding-right:40px; padding-bottom:20px; text-align:center }
/**/
.mynews{ text-align:left}
.mynews ul{ padding:10px;}
.mynews li{line-height:28px; background:url(/css/dot.jpg) no-repeat 0px 10px; padding-left:10px; text-align:left; }
.mynews span.date{float:right; font-size:14px; color:#999;}
.mynews a{ font-size:14px; }
.mynews a:hover{ color:#f60;}

.mynews .left01 h2{text-align:center;line-height:50px;font-size:22px;font-weight:bold;color:#000;}
.mynews .left01 .info{height:28px;line-height:28px; text-align:center;}
.mynews .left01 .info a{color:#369;}
.mynews .left01 .info span.infoCol{padding:0px 10px;}

.mynews .left01 .newscontent{padding:15px;line-height:25px;font-size:14px;}

.mynews .left01 .sharebox{height:38px;line-height:38px;text-align:right;}

.mynews .left01 .contentbox2{width:620px;margin:0px auto;}
.mynews .left01 .contentbox2 h4{height:30px;line-height:30px;color:#369;}

.mynews .left01 .contentbox2 .aboutnews{}
.mynews .left01 .contentbox2 .aboutnews ul{padding:10px;}
.mynews .left01 .contentbox2 .aboutnews li{line-height:25px;background:url(/css/dot.jpg) no-repeat 0px 10px;padding-left:10px;}
.mynews .left01 .contentbox2 .aboutnews a{font-size:14px;color:#369;}
.mynews .left01 .contentbox2 .aboutnews span{padding-left:20px;color:#999;}

.mynews .left01 .contentbox2 .mood_top{font-size:14px;font-weight:bold;color:#369;}

.mynews .left01 .contentbox2 .mood_top span{font-size:12px;font-weight:normal;color:#999;}
.mynews .left01 .contentbox2 .mood_top span b{color:red;}

.mynews .left01 .contentbox2 .moodbox{padding-bottom:10px;}


.mynews .left02{border:#E6E6E6 1px solid;padding-bottom:10px;}
.mynews .left02 .tit{ font-size:14px; font-weight:bold; color:#369; padding-left:10px; height:30px; line-height:30px; border-bottom:#E6E6E6 1px solid;}
.mynews .left02 .left02box{ padding:10px;}
.mynews .left02 .left02box a{ color:#369;}


.mains{ width:100%; height:750px; background:url(/css/bg.jpg) top center no-repeat;}

.maina{ width:1024px; height:647px; margin:auto; margin-top:50px; background:url(/css/bga.jpg) top center no-repeat;}
.atop{ height:355px; text-align:center;}
.acont{ width:810px; margin:auto; height:235px; text-align:center;}


.tt{ font-size:20px; font-weight:bold; font-family:'黑体';}
.tt a{ font-size:20px; color: #900;}

.text{ padding:4px; text-align:left; text-indent:2em;}
.t{ text-align:center; padding:4px;}
.ts{ text-align:left; text-indent:2em;}
.ts a{ font-size:14px; color:#900}

.ttb{ font-size:16px; font-weight:bold; font-family:'黑体'; text-align:left;}
.ttb a{ font-size:16px; color: #900;}

.ttc{ font-size:14px; font-weight:bold; font-family:'黑体'; text-align:left;}
.ttc a{ font-size:14px; color: #900;}

.tb{ text-align:left; }

.texta{ padding:10px; text-align:left; text-indent:2em;}
.textb{ padding:4px; text-align:left; text-indent:2em;}
.textc{ padding:4px; text-align:left; text-indent:2em;}

.ta{ font-size:20px; font-weight:bold; font-family:'黑体'; text-align:left; padding:6px;}
.ta a{ font-size:20px; color: #900;}

.texta{ padding:10px; text-align:left; text-indent:2em;}
.myem{ text-align:left; text-indent:2em; font-size:14px; line-height:1.8;}
.hdnr{ text-align:left;font-size:12px; line-height:1.8; color:#333;font-family:'雅黑';}

.myline{ border-bottom:1px dotted  #ccc;}
h1{ text-align:center; font-size:16px; font-weight:bold;}  

.col{ overflow:auto; zoom:1;}
.col .ttt{ font-size:16px; font-weight:bold; font-family:'黑体'; padding-left:10px; color:#900; border-bottom:1px #900 dashed; height:30px; line-height:30px;}
.col .ttt span{ float:right;}
.col .ttt a{ font-size:12px; color: #444;}
.col ul { list-style:none; margin:0; padding:0; overflow:auto; zoom:1;}
.col li{ text-align:left;}
.col  li span{font-size:12px; padding:0 2px; float:right; color:#ccc;}


.news{height:auto;}
.news .tit{ height:38px;padding:15px 0px 0px 15px}
.news .tit h4{ height:38px; line-height:38px;font-size:21px;color:#fff; background:#258cff; float:right;padding:0px 10px }
.news .tit span{ height:38px; line-height:38px;font-size:21px;color:#fff; float:left;padding:0px 10px;font-weight:bold; background:#aaa}
.news ul li{margin:15px;padding:20px 15px;border-bottom:1px dashed #fff; height:130px}
.news ul li img{width:130px; height:130px}
.news ul li .r_ct{width:720px; float:left; margin-left:10px;}
.news ul li .r_ct .title{ display:block; height:27px;font-weight:bold; text-align:left;}
.news ul li .r_ct .title a{font-size:17px;color:#000; display:block; height:27px;font-weight:bold}
.news ul li .r_ct .intro{ line-height:20px;color:#6d6d6d; text-indent:2em; text-align:left;}
.news ul li .r_ct .intro a{color:#c00}
.news ul li .r_ct span{ float:right; color:#6d6d6d; font-size:12px;}
.news ul li:hover{ background:#eee}
.news_page{ text-align:right;padding-right:15px; padding-bottom:20px;}

#Product {width:860px;margin:auto;margin-bottom:20px; }
#Product li {display:inline;float:left;width:165px;padding:10px;margin-right:9px;background:#f2e6d8;margin-top:17px;height:249px;}
#Product li img {width:165px;height:135px;border:0px;}
#Product li div {height:35px;overflow:hidden;line-height:35px;font-size:12px;font-weight:bold;border-bottom:1px dashed #CACACA;}
#Product li div span {float:right; font-family:"Times New Roman", Times, serif;font-size:11px;font-weight:normal}
#Product li p {line-height:20px;color:#2A2A2A;padding-top:8px; font-size:12px; text-align:left}
#Product li.bg {background:url(/imgs/on_pro_bg.gif);}
#Product li.bg div {height:35px;overflow:hidden;line-height:35px;font-size:14px;font-weight:bold;border-bottom:1px dashed #D8D7D5;color:#FDFDFD;}
#Product li.bg div span {float:right; font-family:"Times New Roman", Times, serif;font-size:11px;font-weight:normal}
#Product li.bg p {line-height:20px;color:#FDFDFD;padding-top:8px;}


.w280 dl{ clear:both; background-color:#cfdde3; padding:5px; margin:0px 5px 0px 5px; height:48px; line-height:16px; color:#124c66;}
.w280 dt{ width:65px; border-right:1px solid #124c66; float:left; text-align:center; margin:4px 0px;}
.w280 dd{ width:65px; text-align:center; float:left; margin:5px 0px;}
.w280 p{ margin:0px; padding:0px;}

.f14 a{ font-size:14px;}

.afir{ margin-left:20px;}
.zxbox1{ width:380px; height:210px; background:#fff; font-family:'微软雅黑';}
.zxbox1 .tab{  height:37px; line-height:37px; overflow:hidden; border-bottom:0px solid #E64E3F; background:url(/img/tab1.jpg) top center no-repeat;}
.zxbox1 .tab a{ display:block; padding:0px 20px; float:left; text-decoration:none; color:#333; font-size:14px;font-weight:bold;}
.zxbox1 .tab a:hover{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox1 .tab a.on{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox1 .content{ overflow:hidden; padding:6px;}
.zxbox1 .content li{ display:none; text-align:left}


.zxbox2{ width:370px; height:210px; background:#fff; font-family:'微软雅黑';}
.zxbox2 .tab{ height:37px; line-height:37px;  overflow:hidden; border-bottom:0px solid #E64E3F; background:url(/img/tab2.jpg) top center no-repeat;}
.zxbox2 .tab a{ display:block; padding:0px 8px; float:left; text-decoration:none; color:#333; font-size:14px;font-weight:bold;}
.zxbox2 .tab a:hover{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox2 .tab a.on{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox2 .content{ overflow:hidden; padding:6px;}
.zxbox2 .content li{ display:none; text-align:left}

.zxbox3{ width:380px; height:210px; background:#fff; font-family:'微软雅黑';}
.zxbox3 .tab{ height:37px; line-height:37px;  overflow:hidden; border-bottom:0px solid #E64E3F; background:url(/img/tab1.jpg) top center no-repeat;}
.zxbox3 .tab a{ display:block; padding:0px 8px; float:left; text-decoration:none; color:#333;font-size:14px;font-weight:bold;}
.zxbox3 .tab a:hover{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox3 .tab a.on{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox3 .content{ overflow:hidden; padding:6px;}
.zxbox3 .content li{ display:none; text-align:left}

.zxbox4{ width:370px; height:230px; background:#fff; font-family:'微软雅黑';}
.zxbox4 .tab{ height:37px; line-height:37px;  overflow:hidden; border-bottom:0px solid #E64E3F; background:url(/img/tab2.jpg) top center no-repeat;}
.zxbox4 .tab a{ display:block; padding:0px 8px; float:left; text-decoration:none; color:#333;font-size:14px;font-weight:bold;}
.zxbox4 .tab a:hover{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox4 .tab a.on{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox4 .content{ overflow:hidden; padding:6px;}
.zxbox4 .content li{ display:none; text-align:left}

.zxbox5{ width:380px; height:230px; background:#fff; font-family:'微软雅黑';}
.zxbox5 .tab{ height:37px; line-height:37px;  overflow:hidden; border-bottom:0px solid #E64E3F; background:url(/img/tab1.jpg) top center no-repeat;}
.zxbox5 .tab a{ display:block; padding:0px 8px; float:left; text-decoration:none; color:#333;font-size:14px; font-weight:bold;}
.zxbox5 .tab a:hover{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox5 .tab a.on{ background:#E64E3F; color:#fff; text-decoration:none;}
.zxbox5 .content{ overflow:hidden; padding:6px;}
.zxbox5 .content li{ display:none; text-align:left}

.pp { padding:6px; text-align:center; overflow:hidden;}
.pp li {background:url(/img/lm3.jpg) left top no-repeat ; height:27px; line-height:27px; width:49%; float:left;color:#b6130a; text-align:center; font-size:14px;}
.pp li a{ color:#b6130a; font-weight:bold; text-align:center; font-size:12px;}
.pp li a:hover{ color:#b6130a; font-weight:bold; text-align:center; font-size:12px;}

.gkbk{ display:inline;}

.sqmy a {float:left;width:112px;height:25px;margin-right:0px;background:url(/imgs/a1.gif) no-repeat;text-align:center;padding-top:53px;font-family:"微软雅黑";font-size:16px;color:#fff7d3;}
.wsta a {float:right;width:112px;height:25px;margin-right:0px;background:url(/imgs/a2.gif) no-repeat;text-align:center;padding-top:53px;font-family:"微软雅黑";font-size:16px;color:#fff7d3;}
.by a {display:block;float:left;width:114px;height:25px;background:url(/imgs/a3.gif) no-repeat;text-align:center;padding-top:53px;font-family:"微软雅黑";font-size:16px;color:#fff7d3;}

.zxgk1 a {display:block;float:left;width:100px;height:35px; margin-right:2px; margin-bottom:6px; line-height:35px;background:url(/imgs/b1.png) left center no-repeat;text-align:right;font-family:"微软雅黑";font-size:14px;color:#E64E3F;}
.zxgk2 a {display:block;float:left;width:100px;height:35px; line-height:35px; margin-bottom:6px;background:url(/imgs/b2.png) left center no-repeat;text-align:right;font-family:"微软雅黑";font-size:14px;color:#E64E3F;}
.zxgk3 a {display:block;float:left;width:100px;height:35px; margin-right:2px;  line-height:35px;background:url(/imgs/b3.png) left center no-repeat;text-align:right;font-family:"微软雅黑";font-size:14px;color:#E64E3F;}
.zxgk4 a {display:block;float:left;width:190px;height:35px; line-height:35px;background:url(/imgs/b4.png) left center no-repeat;text-align:center;font-family:"微软雅黑";font-size:14px;color:#E64E3F;}

.xqzx{ background:url(/img/xq.jpg) top center no-repeat; height:221px;}
.xqzx .conts{ padding:10px 18px 10px 60px; text-align:left;}

.mbgs{ background:#ffc841;}

.sqgk{ height:230px; background:url(/imgs/sq.png) no-repeat; margin-bottom:10px;}
.sqgk .tit{ height:38px; line-height:38px; padding-right:15px; }
.sqgk .tit span{ float:right; padding-top:12px; }
.sqgk p{padding-left:11px; height:220px; padding-right:10px; color:#fff; font-size:12px; text-align:left }

.mzgk{ height:170px; background:url(/imgs/mz.png) no-repeat; margin-bottom:10px;}
.mzgk .tit{ height:38px; line-height:38px; padding-right:15px; }
.mzgk .tit span{ float:right; padding-top:12px; }
.mzgk ul li{ width:93px; height:25px; line-height:25px; text-align:center; font-weight:bold; background:url(/imgs/zxgkbt.gif) no-repeat; float:left; margin-left:4px; margin-bottom:8px; display:inline; }
.mzgk ul li a{ color:#ea6000; font-size:12px; }
.mzgk ul{ padding-left:11px; height:105px; }
.zxgk{ height:170px; background:url(/imgs/zxgk.png) no-repeat; margin-top:9px; margin-bottom:10px;}
.zxgk .tit{ height:38px; line-height:38px; padding-right:15px; }
.zxgk .tit span{ float:right; padding-top:12px; }
.zxgk ul li{ width:93px; height:25px; line-height:25px; text-align:center; font-weight:bold; background:url(/imgs/zxgkbt.gif) no-repeat; float:left; margin-left:4px; margin-bottom:8px; display:inline; }
.zxgk ul li a{ color:#ea6000; font-size:12px; }
.zxgk ul{ padding-left:11px; height:105px; }


 /*菜单导航*/


.wrap{ width:1018px; margin:auto; z-index:9999;}
/* -- mainNav -- */
#mainNav {
 height: 46px;
 font-size: 12px;
 font-weight:bold;
 background:#ba0107;
 
}
/* nav */
#mainNav .nav {
 position: relative;
 z-index: 999;
 width:1018px;
 
}
#mainNav .nav li {
 background-color: #ba0107;
 float: left;
 zoom: 1;
}
#mainNav .nav li a {
 display: block;
 width: 83px;
 text-align: center;
 border-right: 1px solid #F4F4F4;
 height: 46px;
 line-height: 46px;
 color: #FFF;
 text-decoration: none;
}
#mainNav .nav li a.last {
 border-right: 0;
}
#mainNav .nav li.hover, #mainNav .nav li.cur {
 background: #E64E3F;
 position: relative;
}
#mainNav .nav li.hover a, #mainNav .nav li.cur a {
 color: #FFF;
}
#mainNav .nav li .first {
 width: 84px;
}
/* LEVEL TWO */
#mainNav .nav ul {
 min-width: 160px;
 _width:160px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 border-top: 1px solid white;
 background: #E0E0E0;
}
#mainNav .nav ul li {
 width:160px;
 height: 30px;
 line-height: 30px;
 font-size:12px;
 font-weight: normal;
 background: #fbeabf;
 float: none;
 padding:0;
}
#mainNav .nav li.hover ul li a {
 width:160px;
 height: 30px;
 line-height: 30px;
 font-size:12px;
 color: #24313C;
 border-right: none;
 display: inline-block;
 text-align:left;
 padding-left:10px;
}
#mainNav .nav li.hover ul li.hover a {
 color: #FFF;
}
#mainNav .nav li.hover ul a.parent {
 background: url(/css/icon_red.gif) no-repeat 100px 50%;
}
/* LEVEL THREE */
#mainNav .nav ul ul {
 left: 100%;
 top: 0;
 border-top: 0;
 _border-top: 1px;
}
#mainNav .nav li.hover ul li.hover ul li a {
 color: #24313C;
}
#mainNav .nav li.hover ul li.hover ul li.hover a {
 color: #FFF;
}

.position{ text-align:left;}